﻿body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: 微软雅黑;
	background: url('bg.jpg') repeat-x left top;
}
div, form, dl, dd, dt {
	margin: 0 auto;
	padding: 0;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: red;
}
/******************************************************************************/
.Top {
	width: 1200px;
}
.Header {
	height: 108px;
}
.Nav {
	width:1200px;
	height:40px;
}
.Nav ul li {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.Nav ul li a {
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.Nav ul li a:hover {
	display: block;
	width: 150px;
	height: 40px;
	background: #C30D23;
}
.Banner {
	height: 450px;
}
.Clear {
	height: 20px;
	clear: both;
	width: 100%;
}
.Container {
	width: 1200px;
}
.Search {
	font-size: 14px;
	clear:both;
}
.Search a {
	color: #4C4C4C;
}
.IndexCont {
	width: 1200px;
}
.IndexCont1 {
}
.IndexCont1_1 {
	width: 1200px;
}
.IndexCont1_1_1 {
	float: left;
	width: 265px;
}
.IndexCont1_1_1 ul {
	padding: 10px 0;
}
.IndexCont1_1_1 ul li {
	height: 40px;
}
.IndexCont1_1_1 ul li a {
	display: block;
	font-size: 14px;
	width: 265px;
	height: 37px;
	line-height: 37px;
	background: #ECECEC;
	text-indent: 30px;
}
.IndexCont1_1_1 ul ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.IndexCont1_1_2 {
	float: right;
	width: 910px;
}
.IndexCont2 {
	background: url('i3.jpg') no-repeat center top;
	height: 608px;
	clear: both;
	width: 100%;
}
.IndexCont2_1 {
	width: 600px;
	padding-left: 600px;
	color: white;
}
.IndexCont2_1_1 {
	font-size: 18px;
	padding-top: 120px;
}
.IndexCont2_1_2 {
	line-height: 200%;
}
.IndexCont2_1_3 {
	padding: 20px 0;
}
.IndexCont2_1_3 ul li {
	float: left;
	width: 100px;
}
.IndexCont2_1_3 ul li a {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #BB1F1F;
	border: 1px #DD7777 solid;
	color: white;
	border-radius: 5px;
}
.IndexCont2_1_4 {
	padding: 40px 0 0;
}
.IndexCont2_1_4 ul li {
	float: left;
	width: 200px;
	height: 120px;
}
.IndexCont2_1_4 ul li img {
	width: 190px;
	height: 120px;
}
.IndexCont3 {
	width: 1200px;
}
.IndexCont3_1 {
	width: 1200px;
}
.IndexCont3_1 ul li {
	float: left;
	width: 400px;
}
.IndexCont3_2 {
	width: 1200px;
}
.IndexCont3_2 ul li {
	float: left;
	width: 400px;
}
.IndexCont3_2 .Time {
	float: left;
	width: 340px;
	height: 20px;
}
.IndexCont3_2 .Name {
	float: left;
	font-size: 16px;
	height: 30px;
	width: 340px;
}
.IndexCont3_2 .Name a:hover {
	color: #2B2A5B;
}
.IndexCont3_2 .Cont {
	float: left;
	width: 340px;
	line-height: 180%;
	color: #666;
}
.IndexCont3_2 .More {
	float: left;
	width: 340px;
	line-height: 220%;
}
.IndexCont3_2 .More a:hover {
	color: #2B2A5B;
}
.IndexCont4 {
	width: 1200px;
}
.IndexCont4_1 {
	width: 1200px;
}
.IndexCont4_1 ul li {
	float: left;
	width: 300px;
}
.IndexCont4_1 ul li img {
	width: 285px;
	height: 205px;
}
.IndexCont4_1 .mc {
	float: left;
	width: 285px;
	padding-top: 10px;
	font-size: 14px;
}
.mc1 {
	float: left;
	width: 150px;
}
.mc2 {
	float: right;
	width: 100px;
	color: #999;
}
/*****内页********/
.NIndexCont1 {
	float: right;
	width: 910px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #CCC solid;
	font-size: 16px;
	font-weight: bold;
}
.NIndexCont2 {
	float: right;
	width: 910px;
	padding: 20px 0;
}
.Footer {
	width: 100%;
	background: #222222;
	height: 156px;
	clear: both;
	margin-top: 20px;
}
.Footer1 {
	width: 1200px;
	color: white;
}
.Footer1 p {
	line-height: 200%;
	padding-top: 15px;
}
.Footer1 p img {
	float: left;
	margin-right: 10px;
}
.Footer1 p a {
	color: white;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width:30%;
	margin:10px;
	text-align:center;
	border:1px solid #ddd;
	overflow: hidden;
}
.zs ul li span{
	display:none;
}
.zs ul li img{
	width:270px;
	height:270px;
	object-fit: contain;
	transition:all 0.2s ease;
}
.zs ul li img:hover{
	transform:scale(1.1);
}
